<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-wrap {
    width: 100%;
    height:auto;
    background-color: #F0F1F2;
    font-size: 14px;
    color: #222222;
	padding: 60px 0px 40px 0px;
}

.footer-top {
	width: 1200px;
	height: auto;
    display: flex;
    justify-content:space-between;
	margin: 0 auto;
}

.company-area&gt;div{
	margin-bottom: 20px;
}

.company-tabs {
    display: flex;
    justify-content: flex-start;
}

.company-tabs&gt;ul {
    margin-left: 80px;
}

.company-tabs&gt;ul&gt;li {
    margin-bottom: 20px;
}

.company-tabs&gt;ul&gt;li&gt;a:hover {
    color: #1577F6;
}
.company-tabs&gt;ul&gt;li:first-child {
    color: #222222;
    font-weight: 700;
}

.footer-line{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.footer-line&gt;p{
    width: 1200px;
    height: 1px;
    background: #E2E2E2;
	margin: 0px;
}
.footer-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    padding-top: 30px;
}
.footer-bottom&gt;span{
	margin: 0 20px;
}
.footer-bottom&gt;span a{
    display:inline-block;
    color:#222222;
}</pre></body></html>